/* 转载请保留版权信息：懒人图库 www.lanrentuku.com */
*{ 
	padding:0px; 
	margin:0px;
	}
*html{
	background-image:url(about:blank);
	background-attachment:fixed;
	}/*解决IE6下滚动抖动的问题*/
#floatlbox{
	width:54px; 
	float:left; 
	position:fixed; 
	left:0px; 
	bottom:15px;
	_position:absolute;
	_bottom:auto;
	_top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0)));
	_margin-bottom:15px;
}/*解决IE6下不兼容 position:fixed 的问题*/
#floatrbox{
	width:54px; 
	float:right; 
	position:fixed; 
	right:10px; 
	bottom:15px;
	_position:absolute;
	_bottom:auto;
	_top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0)));
	_margin-bottom:15px;
}/*解决IE6下不兼容 position:fixed 的问题*/
#lgotop,#rgotop{ 
	width:54px; 
	height:56px; 
	background:url(../image/icon.png) no-repeat; 
	background-position:0 -118px;
	display:block;
	}
#floatlbox a,#floatrbox a{
	display:block;
	width:54px;
	height:54px;
	overflow:hidden;
  border:5px solid #2D96E9;
}



